home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / mkmf / distfile.command < prev    next >
Text File  |  1988-08-12  |  526b  |  18 lines

  1. # The following variable should be redefined from the command-line using
  2. # the format "rdist -f [this makefile] -d DIR=`pwd`".
  3. DIR = /sprite/src/cmds/${COMMAND}
  4.  
  5. # To exclude particular file(s), define EXCEPT on the command line.
  6. EXCEPT = ()
  7.  
  8. EXCEPT_PAT = (\\~\$ \\^#.*  /#.* \\.o\$ \\.a\$ \\.bak\$ /Mx\\.)
  9. ALL_EXCEPT = (${DIR}/{RCS,LOCK.make,version.h,tags,TAGS,${EXCEPT}})
  10. RHOST = (allspice)
  11. BACKUP = /sprite/backup
  12.  
  13.  
  14. ${DIR} -> ${RHOST} install -y ${BACKUP}${DIR} ;
  15.         except_pat ${EXCEPT_PAT};
  16.     except ${ALL_EXCEPT};
  17.  
  18.